Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable eslint no-bitwise for mock timer delay check #5992

Merged
merged 1 commit into from
Apr 15, 2018
Merged

Disable eslint no-bitwise for mock timer delay check #5992

merged 1 commit into from
Apr 15, 2018

Conversation

eritikass
Copy link
Contributor

Summary

This pull request contains follow up ESLint fix for #5966

code grep did show that eslint has been also disabled also in other places in jest code for sepcial cases - i guess this one will counter one?

as reported in #5966 (comment)

/cc @SimenB @AhnpGit

Test plan

run linter> yarn lint

@eritikass
Copy link
Contributor Author

@SimenB - I'm not sure if pull request should have changelog entry? or would I list this pull request in same log entry as #5966

@codecov-io
Copy link

Codecov Report

Merging #5992 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #5992   +/-   ##
=======================================
  Coverage   64.38%   64.38%           
=======================================
  Files         217      217           
  Lines        8300     8300           
  Branches        3        4    +1     
=======================================
  Hits         5344     5344           
  Misses       2955     2955           
  Partials        1        1
Impacted Files Coverage Δ
packages/jest-util/src/fake_timers.js 90.95% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3341d16...74fab35. Read the comment docs.

@SimenB SimenB merged commit b872029 into jestjs:master Apr 15, 2018
@SimenB
Copy link
Member

SimenB commented Apr 15, 2018

Stuff like this doesn't have to be in the changelog, IMO 🙂

Thanks for following up!

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants